
Security News
High Salaries No Longer Enough to Attract Top Cybersecurity Talent
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
@texting/enum-chars-fullwidth
Advanced tools
A function returning string length, s.t. skipping ansi (escape) codes, correcting length of astral symbols.
$ npm install @texting/enum-chars-fullwidth
import { lange } from '@texting/enum-chars-fullwidth'
const list = [
'tolstoy',
'\u001b[3;4;31mhatsu\u001b[0m',
'\u{1F3C3}2\u{1F525}7',
]
for (let tx of list) {
console.log(`[${tx}] [length] (${tx.length}) [lange] (${lange(tx)})`)
}
Copyright (c) 2019-present, Haoyang (Vincent) Wang
FAQs
Full-angle chars
The npm package @texting/enum-chars-fullwidth receives a total of 390 weekly downloads. As such, @texting/enum-chars-fullwidth popularity was classified as not popular.
We found that @texting/enum-chars-fullwidth demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.